class documentation

class _EditableMode(Enum): (source)

View In Hierarchy

Possible editable installation modes: `lenient` (new files automatically added to the package - DEFAULT); `strict` (requires a new installation when files are added/removed); or `compat` (attempts to emulate `python setup.py develop` - DEPRECATED).

Class Method convert Undocumented
Constant COMPAT Undocumented
Constant LENIENT Undocumented
Constant STRICT Undocumented
@classmethod
def convert(cls, mode: Optional[str]) -> _EditableMode: (source)

Undocumented

Undocumented

Value
'compat'

Undocumented

Value
'lenient'

Undocumented

Value
'strict'