⬇️Getting an internal name from a common name

def get_int_name(self, name: str) -> Optional[str]:

name - module name. Returns the internal module name on success.

Last updated