Searched defs:BaseConfig (Results 1 – 5 of 5) sorted by relevance
40 def __init__(self, config: BaseConfig):59 def __init__(self, config: BaseConfig):200 config: BaseConfig,272 config: BaseConfig,
4 class BaseConfig(ABC): class
43 template <typename AllocatorConfig> struct BaseConfig { struct
18 class BaseConfig(object): class
47 pub type BaseConfig = Config< typedef