Searched refs:get_attribute_hook (Results 1 – 7 of 7) sorted by relevance
8 def get_attribute_hook(self, fullname: str) -> Optional[Callable[[AttributeContext], Type]]: member in AttrPlugin
617 def get_attribute_hook(self, fullname: str member in Plugin766 def get_attribute_hook(self, fullname: str member in ChainedPlugin768 return self._find_hook(lambda plugin: plugin.get_attribute_hook(fullname))
400 hook = mx.chk.plugin.get_attribute_hook(fullname)600 hook = mx.chk.plugin.get_attribute_hook(fullname)
101 def get_attribute_hook( member in SQLAlchemyPlugin
77 def get_attribute_hook(self, fullname: str member in DefaultPlugin
195 **get_attribute_hook()** overrides instance member field lookups and property