pygaindalf
Contents
API Reference
app
components
config
context
portfolio
runtime
util
callguard
config
helpers
abc_info
app.util.helpers.abc_info.SUPPORTED_ABCS
app.util.helpers.abc_info.SUPPORTED_BASES
app.util.helpers.abc_info.ABC_MAPPINGS
get_abc_info
get_class_attribute_abc_info
ABCInfo
ABCLookupInfo
classinstancemethod
classinstanceproperty
classproperty
decimal
empty_class
enter_exit_call
frozendict
generics
instance_lru_cache
mro
script_info
script_version
tstring
type_hints
weakref
wrappers
logging
mixins
models
requests
pygaindalf
pygaindalf
API Reference
app
util
helpers
abc_info
app.util.helpers.abc_info.SUPPORTED_BASES
View page source
app.util.helpers.abc_info.SUPPORTED_BASES
app.util.helpers.abc_info.
SUPPORTED_BASES
:
tuple
[
type
,
...
]
=
(<class
'dict'>,
<class
'list'>,
<class
'tuple'>,
<class
'frozenset'>,
<class
'set'>,
<class
'str'>,
<class
'bytes'>)
Concrete builtin bases tested when deriving key/value arguments for ABCs.