Package schrodinger :: Package job :: Module launchparams :: Class ProjectDisposition
[hide private]
[frames] | no frames]

Class ProjectDisposition

object --+    
         |    
 enum.Enum --+
             |
            ProjectDisposition

Nested Classes [hide private]

Inherited from enum.Enum: _member_type_

Instance Methods [hide private]
 
__format__(self, format_spec)
default object formatter
 
__reduce_ex__(self, proto)
helper for pickle
 
__repr__(self)
repr(x)
 
__str__(self)
str(x)

Inherited from enum.Enum: __dir__, __eq__, __ge__, __gt__, __hash__, __le__, __lt__, __ne__

Inherited from object: __delattr__, __getattribute__, __init__, __reduce__, __setattr__, __sizeof__, __subclasshook__

Static Methods [hide private]

Inherited from enum.Enum: __new__

Class Variables [hide private]
  NONE = "None"
  APPEND = "append"
  APPEND_FIT = "append:fit"
  IGNORE = "ignore"
  CUSTOM = "custom"
  ADDTOENTRY = "addtoentry"
  APPENDINPLACE = "appendinplace"
  APPENDUNGROUPED = "appendungrouped"
  REPLACE = "replace"
  WORKSPACE = "workspace"
  _member_map_ = OrderedDict([('NONE', <ProjectDisposition.NONE:...
  _member_names_ = ['NONE', 'ADDTOENTRY', 'APPEND', 'APPEND_FIT'...
  _value2member_map_ = {'None': <ProjectDisposition.NONE: 'None'...

Inherited from enum.Enum: name, value

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__format__(self, format_spec)

 

default object formatter

Overrides: object.__format__
(inherited documentation)

__reduce_ex__(self, proto)

 

helper for pickle

Overrides: object.__reduce_ex__
(inherited documentation)

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__str__(self)
(Informal representation operator)

 

str(x)

Overrides: object.__str__
(inherited documentation)

Class Variable Details [hide private]

_member_map_

Value:
OrderedDict([('NONE', <ProjectDisposition.NONE: 'None'>), ('ADDTOENTRY\
', <ProjectDisposition.ADDTOENTRY: 'addtoentry'>), ('APPEND', <Project\
Disposition.APPEND: 'append'>), ('APPEND_FIT', <ProjectDisposition.APP\
END_FIT: 'append:fit'>), ('APPENDINPLACE', <ProjectDisposition.APPENDI\
NPLACE: 'appendinplace'>), ('APPENDUNGROUPED', <ProjectDisposition.APP\
ENDUNGROUPED: 'appendungrouped'>), ('CUSTOM', <ProjectDisposition.CUST\
OM: 'custom'>), ('IGNORE', <ProjectDisposition.IGNORE: 'ignore'>), ('R\
EPLACE', <ProjectDisposition.REPLACE: 'replace'>), ('WORKSPACE', <Proj\
...

_member_names_

Value:
['NONE',
 'ADDTOENTRY',
 'APPEND',
 'APPEND_FIT',
 'APPENDINPLACE',
 'APPENDUNGROUPED',
 'CUSTOM',
 'IGNORE',
...

_value2member_map_

Value:
{'None': <ProjectDisposition.NONE: 'None'>,
 'addtoentry': <ProjectDisposition.ADDTOENTRY: 'addtoentry'>,
 'append': <ProjectDisposition.APPEND: 'append'>,
 'append:fit': <ProjectDisposition.APPEND_FIT: 'append:fit'>,
 'appendinplace': <ProjectDisposition.APPENDINPLACE: 'appendinplace'>,
 'appendungrouped': <ProjectDisposition.APPENDUNGROUPED: 'appendungrou\
ped'>,
 'custom': <ProjectDisposition.CUSTOM: 'custom'>,
...