Home
last modified time | relevance | path

Searched refs:GetPythonName (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DEmulation.cs503 name = Misc.GetPythonName(obj); in TryGetEmulationElementName()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DMisc.cs94 public static string GetPythonName(object o) in GetPythonName() method in Antmicro.Renode.Utilities.Misc
297 return Misc.GetPythonName(o); in GetShortName()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/
DLogger.cs447 return Misc.GetPythonName(o); in GetGenericName()