Home | History | Annotate | Download | only in tests

Lines Matching refs:BytesIO

38         bytesIO = io.BytesIO(s)
39 G = nx.read_edgelist(bytesIO,nodetype=int)
49 bytesIO = io.BytesIO(s)
50 G = nx.read_edgelist(bytesIO,nodetype=int,data=False)
53 bytesIO = io.BytesIO(s)
54 G = nx.read_weighted_edgelist(bytesIO,nodetype=int)
64 bytesIO = io.BytesIO(s)
65 G = nx.read_edgelist(bytesIO,nodetype=int,data=False)
68 bytesIO = io.BytesIO(s)
69 G = nx.read_edgelist(bytesIO,nodetype=int,data=True)
73 fh=io.BytesIO()
81 fh=io.BytesIO()
89 fh=io.BytesIO()
98 fh=io.BytesIO()