MCPcopy
hub / github.com/pyinstaller/pyinstaller / write

Method write

bootloader/waflib/Node.py:124–125  ·  view source on GitHub ↗
(self, data, flags='w', encoding='latin-1')

Source from the content-addressed store, hash-verified

122 return Utils.readf(self.abspath(), flags, encoding)
123
124 def write(self, data, flags='w', encoding='latin-1'):
125 Utils.writef(self.abspath(), data, flags, encoding)
126
127 def read_json(self, convert=True, encoding='utf-8'):
128 import json

Calls 1

abspathMethod · 0.95