Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DEmulation.cs501 if(Misc.IsPythonObject(obj)) in TryGetEmulationElementName()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DMisc.cs84 public static bool IsPythonObject(object o) in IsPythonObject() method in Antmicro.Renode.Utilities.Misc
295 if(Misc.IsPythonObject(o)) in GetShortName()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/
DLogger.cs445 if(Misc.IsPythonObject(o)) in GetGenericName()