2
0
Simon Krajewski 11 жил өмнө
parent
commit
bd554eeb44
1 өөрчлөгдсөн 0 нэмэгдсэн , 13 устгасан
  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));
-	}
-
-}