> Subclass of human.skin for exposing controls for male specific skin settings. Accessible from: `human.skin.gender_specific` ### Properties --- ##### Beard Shadow: ```py human.skin.gender_specific.beard_shadow >>> 'NoneType' object has no attribute 'fget' ``` No docstring available. `Returns 'NoneType' object has no attribute 'fget' ` --- ##### Mustache Shadow: ```py human.skin.gender_specific.mustache_shadow >>> 'NoneType' object has no attribute 'fget' ``` No docstring available. `Returns 'NoneType' object has no attribute 'fget' ` --- ##### Nodes: ```py human.skin.gender_specific.nodes >>> 'NoneType' object has no attribute 'fget' ``` No docstring available. `Returns 'NoneType' object has no attribute 'fget' ` ---