Created
January 27, 2014 10:49
-
-
Save yuanfeiz/8646581 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"app.py": { | |
"comment": [ | |
], | |
"code": [ | |
], | |
"all": [ | |
"Unit test" | |
] | |
}, | |
"ctx.py": { | |
"comment": [ | |
"Context" | |
], | |
"code": [ | |
], | |
"all": [ | |
"Context" | |
] | |
}, | |
"debughelpers.py": { | |
"comment": [ | |
], | |
"code": [ | |
], | |
"all": [ | |
"Debugging" | |
] | |
}, | |
"globals.py": { | |
"comment": [ | |
"Context" | |
], | |
"code": [ | |
], | |
"all": [ | |
] | |
}, | |
"json.py": { | |
"comment": [ | |
"JSON" | |
], | |
"code": [ | |
"JSON" | |
], | |
"all": [ | |
"JSON" | |
] | |
}, | |
"deprecations.py": { | |
"comment": [ | |
], | |
"code": [ | |
], | |
"all": [ | |
"Deprecation" | |
] | |
}, | |
"wrappers.py": { | |
"comment": [ | |
], | |
"code": [ | |
"JSON", | |
"Cache" | |
], | |
"all": [ | |
"JSON", | |
"Cache" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment