On 25/07/11 21:24, Brandon Meskimen wrote: > Does anyone know where the URL generator is in the source code
In addition to what Brian said about the web interface, the conversion from URI objects to strings (and vice-versa) is in src/allmydata/uri.py. > or where the links to files in directories are located in the source code? If you mean the internal implementation of directory objects (conversion to/from serialized format and operations to access or modify the set of children), that's in src/allmydata/dirnode.py. It may also be helpful to look at src/allmydata/interfaces.py to see the the most commonly used Python interfaces. -- David-Sarah Hopwood ⚥ http://davidsarah.livejournal.com
signature.asc
Description: OpenPGP digital signature
_______________________________________________ tahoe-dev mailing list [email protected] http://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev
