Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(3) | Call(0) | Derive(0) | Import(3)
str(object='') -> string Return a nice string representation of the object. If the argument is a string, the return value is the same object.
src/b/r/brss-0.8.14/brss/reader.py brss(Download)
from common import ENGINE_DBUS_KEY, ENGINE_DBUS_PATH from common import READER_DBUS_KEY, READER_DBUS_PATH from common import __version__, __maintainers__ class Reader (Gtk.Window, GObject.GObject):
src/d/r/dragonkeeper-0.8.3/dragonkeeper/httpconnection.py dragonkeeper(Download)
from mimetypes import types_map from common import * from common import __version__ as VERSION class HTTPConnection(asyncore.dispatcher):
"SERVER_PROTOCOL": " HTTP/1.1", "SERVER_SIGNATURE": "", "SERVER_SOFTWARE": "dragonkeeper/%s" % VERSION, } if self.PATH_INFO:
src/d/r/dragonkeeper-HEAD/dragonkeeper/httpconnection.py dragonkeeper(Download)
from mimetypes import types_map from common import * from common import __version__ as VERSION types_map[".manifest"] = "text/cache-manifest"
"SERVER_PROTOCOL": " HTTP/1.1", "SERVER_SIGNATURE": "", "SERVER_SOFTWARE": "dragonkeeper/%s" % VERSION, } if self.PATH_INFO: