Python: CTFWriter: forbid Stream.__init__()
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 9 Dec 2014 00:02:13 +0000 (19:02 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 13 Feb 2015 17:18:45 +0000 (12:18 -0500)
commit9f8e803f1cd78f83d8859c20ac94b72feba4345b
treec776180c27bd2087ff64662b0629d61f9b1d04fb
parentda43007d120f75be56806a848d701cab5578eeb4
Python: CTFWriter: forbid Stream.__init__()

In the CTF writer API, a Stream object may only
be created using Writer.create_stream(), therefore
rendering Stream.__init__() useless for the user,
since the resulting object is not, and cannot, be
associated with a Writer object.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
bindings/python/bt.py
This page took 0.023309 seconds and 4 git commands to generate.