Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(1) | Derive(0) | Import(1)
src/p/y/py2neo-1.6.4/py2neo/packages/httpstream/http.py py2neo(Download)
from py2neo.packages.jsonstream import JSONStream from py2neo.packages.urimagic import URI, URITemplate from py2neo.packages.urimagic.kvlist import KeyValueList # no point in another copy
def __init__(self, uri_template): if isinstance(uri_template, URITemplate): self._uri_template = uri_template else: self._uri_template = URITemplate(uri_template)