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
instance_lru_cache
mro
script_info
script_version
tstring
type_hints
get_type_hint
get_type_hints
iterate_type_hints
match_type_hint
match_type_hints
validate_type_hint
CachedTypeHintsMixin
SupportsCachedTypeHints
weakref
wrappers
logging
mixins
models
requests
pygaindalf
pygaindalf
API Reference
app
util
helpers
type_hints
match_type_hints
View page source
match_type_hints
app.util.helpers.type_hints.
match_type_hints
(
hint_a
:
TypeHint
,
hint_b
:
TypeHint
)
→
ResolvedType
|
None
[source]
Parameters
:
hint_a
(
TypeHint
)
hint_b
(
TypeHint
)
Return type
:
ResolvedType | None