pygaindalf
Contents
API Reference
app
components
config
context
portfolio
runtime
util
callguard
config
helpers
abc_info
classinstancemethod
classinstanceproperty
classproperty
decimal
empty_class
enter_exit_call
frozendict
generics
bound_to_str
evaluate_forwardref
get_argument
get_argument_info
get_argument_info_or_none
get_argument_infos
get_bases_between
get_bases_between_or_none
get_concrete_argument
get_concrete_parent_argument
get_concrete_parent_argument_origin
get_generic_base
get_generic_base_or_none
get_origin
get_origin_or_none
get_original_bases
get_parameter_info
get_parameter_info_or_none
get_parameter_infos
get_parent_argument
get_parent_argument_info
get_parent_argument_info_or_none
get_parent_argument_infos
get_parent_argument_or_none
has_parameter
is_generic
is_pydantic_model
iter_argument_infos
iter_parameter_infos
iter_parent_argument_infos
register_type
unregister_type
ArgumentInfo
GenericIntrospectionMethod
GetConcreteParentArgumentKwargs
GetParentArgumentKwargs
ParameterInfo
GenericsError
instance_lru_cache
mro
script_info
script_version
tstring
type_hints
weakref
wrappers
logging
mixins
models
requests
pygaindalf
pygaindalf
API Reference
app
util
helpers
generics
is_generic
View page source
is_generic
app.util.helpers.generics.
is_generic
(
cls
:
type
|
GenericAlias
)
→
bool
[source]
Return whether
cls
is a generic class.
Parameters
:
cls
(
type
|
GenericAlias
)
Return type
:
bool