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
get_abc_info
View page source
get_abc_info
app.util.helpers.abc_info.
get_abc_info
(
abc
:
type
[
ABCType
]
|
ABCType
,
*
,
namespace
:
object
,
attr
:
str
)
→
ABCInfo
[source]
app.util.helpers.abc_info.
get_abc_info
(
abc
:
type
[
ABCType
]
|
ABCType
)
→
ABCInfo
Public wrapper around
_get_abc_info()
that always returns an entry.