Simon Krajewski 11 anni fa
parent
commit
bd554eeb44
1 ha cambiato i file con 0 aggiunte e 13 eliminazioni
  1. 0 13
      std/python/Debug.hx

+ 0 - 13
std/python/Debug.hx

@@ -1,13 +0,0 @@
-
-package python;
-
-import python.lib.Inspect;
-import python.lib.PPrint;
-
-class Debug {
-
-	public static function dump (x:Dynamic) {
-		PPrint.pprint(Inspect.getmembers(x));
-	}
-
-}