ソースを参照

remove Debug.hx

Simon Krajewski 11 年 前
コミット
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));
-	}
-
-}