Home
last modified time | relevance | path

Searched refs:pickle (Results 1 – 25 of 52) sorted by relevance

123

/openbmc/pyphosphor/obmc/dbuslib/
H A Dpropertycacher.py22 import cPickle as pickle namespace
24 import pickle
47 pickle.dump(prop_obj, output)
63 data = pickle.load(p)
/openbmc/openbmc/meta-raspberrypi/docs/
H A DMakefile69 .PHONY: pickle
70 pickle: target
71 $(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickle
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-cloudpickle_3.1.1.bb1 SUMMARY = "Pickler class to extend the standard pickle.Pickler functionality"
3 not supported by the default pickle module from the Python standard library.\
H A Dpython3-pickleshare_0.7.5.bb12 RDEPENDS:${PN} += "python3-pickle"
H A Dpython3-cheetah_3.2.6.post1.bb11 RDEPENDS:${PN} = "python3-pickle python3-pprint"
H A Dpython3-diskcache_5.6.3.bb14 python3-pickle \
H A Dpython3-networkx_3.4.2.bb15 python3-pickle \
H A Dpython3-cachecontrol_0.14.3.bb19 python3-pickle \
H A Dpython3-flexcache_0.3.bb17 python3-pickle \
H A Dpython3-socketio_5.11.2.bb22 python3-pickle \
H A Dpython3-sqlalchemy_2.0.41.bb18 python3-pickle \
H A Dpython3-yappi_1.6.10.bb18 python3-pickle \
H A Dpython3-fastjsonschema_2.21.1.bb27 python3-pickle \
H A Dpython3-rsa_4.9.1.bb36 python3-pickle \
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Deventreplay.py13 import pickle
38 event = pickle.loads(codecs.decode(event_str, 'base64'))
H A Duievent.py14 import collections, logging, pickle, socket, threading
91 self.queue_event(pickle.loads(event))
/openbmc/openbmc/poky/bitbake/contrib/
H A Ddump_cache.py29 import pickle
49 pickled = pickle.Unpickler(cachefile)
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-worker20 import pickle
89 data = b"<event>" + pickle.dumps(event) + b"</event>"
133 data = b"<event>" + pickle.dumps(event) + b"</event>"
473 except pickle.UnpicklingError:
479 self.cookercfg = pickle.loads(data)
485 self.extraconfigdata = pickle.loads(data)
488 self.workerdata = pickle.loads(data)
499 self.workerdata["newhashes"] = pickle.loads(data)
514 runtask = pickle.loads(data)
553 worker_fire_prepickled(b"<exitcode>" + pickle.dumps((task, status)) + b"</exitcode>")
H A Dtoaster-eventreplay20 import pickle
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-sphinxcontrib-serializinghtml_2.0.0.bb1 …rib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle).'
H A Dpython3-babel_2.17.0.bb19 python3-pickle \
H A Dpython3-pytz_2025.2.bb16 python3-pickle \
H A Dpython3-scons_4.9.1.bb20 python3-pickle \
H A Dpython3-jinja2_3.1.6.bb35 python3-pickle \
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcache.py21 import pickle
472 pickled = pickle.Unpickler(cachefile)
686 p = pickle.Pickler(f, pickle.HIGHEST_PROTOCOL)
833 p = pickle.Unpickler(f)
882 p = pickle.Pickler(f, -1)
908 p = pickle.Unpickler(fd)
924 p = pickle.Pickler(f, -1)
957 p = pickle.Unpickler(f)
977 p = pickle.Pickler(f, -1)

123