Created
May 27, 2011 13:41
-
-
Save edsu/995270 to your computer and use it in GitHub Desktop.
ptree usage
This file contains hidden or 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
| >>> import ptree | |
| >>> ptree.id2ptree("info:lccn/hahah/motherhubbard") | |
| '/in/fo/+l/cc/n=/ha/ha/h=/mo/th/er/hu/bb/ar/d/' | |
| >>> ptree.ptree2id("/in/fo/+l/cc/n=/ha/ha/h=/mo/th/er/hu/bb/ar/d/") | |
| u'info:lccn/hahah/motherhubbard' | |
| >>> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment