Home
last modified time | relevance | path

Searched defs:self (Results 1 – 25 of 380) sorted by relevance

12345678910>>...16

/AliOS-Things-master/components/py_engine/tests/basics/
A Dspecial_methods.py3 def __init__(self): argument
6 def __repr__(self): argument
10 def __lt__(self, other): argument
13 def __le__(self, other): argument
16 def __eq__(self, other): argument
28 def __abs__(self): argument
43 def __inv__(self): argument
61 def __neg__(self): argument
67 def __pos__(self): argument
96 def __int__(self): argument
[all …]
A Dspecial_methods2.py3 def __init__(self): argument
7 def __repr__(self): argument
11 def __lt__(self, other): argument
14 def __le__(self, other): argument
17 def __eq__(self, other): argument
29 def __abs__(self): argument
44 def __inv__(self): argument
47 def __invert__(self): argument
62 def __neg__(self): argument
68 def __pos__(self): argument
[all …]
A Dclass_inplace_op2.py5 def __imul__(self, other): argument
9 def __imatmul__(self, other): argument
13 def __ifloordiv__(self, other): argument
17 def __itruediv__(self, other): argument
21 def __imod__(self, other): argument
25 def __ipow__(self, other): argument
29 def __ior__(self, other): argument
33 def __ixor__(self, other): argument
37 def __iand__(self, other): argument
41 def __ilshift__(self, other): argument
[all …]
/AliOS-Things-master/components/py_engine/framework/
A Dspl06.py18 def __str__(self): argument
27 def __init__(self): argument
30 def open(self, devid): argument
57 def init(self): argument
78 def getID(self) : argument
165 def get_traw(self): argument
192 def get_c0(self): argument
212 def get_c1(self): argument
229 def get_c00(self): argument
246 def get_c10(self): argument
[all …]
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/
A Dinput_data_test.py35 def _getWavData(self): argument
55 def _model_settings(self): argument
87 def testPrepareWordsList(self): argument
92 def testWhichSet(self): argument
101 def testPrepareDataIndex(self): argument
145 def testLoadWavFile(self): argument
153 def testSaveWavFile(self): argument
194 def testGetDataAverage(self): argument
202 def testGetDataMfcc(self): argument
206 def testGetDataMicro(self): argument
[all …]
A Dmodels_test.py30 def _modelSettings(self): argument
40 def testPrepareModelSettings(self): argument
52 def testCreateModelConvTraining(self): argument
64 def testCreateModelConvInference(self): argument
74 def testCreateModelLowLatencyConvTraining(self): argument
86 def testCreateModelFullyConnectedTraining(self): argument
97 def testCreateModelBadArchitecture(self): argument
107 def testCreateModelTinyConvTraining(self): argument
/AliOS-Things-master/components/py_engine/engine/tools/mpremote/mpremote/
A Dpyboardextended.py335 def rd_s8(self): argument
338 def rd_s32(self): argument
341 def rd_bytes(self): argument
345 def rd_str(self): argument
379 def do_stat(self): argument
420 def do_open(self): argument
445 def do_read(self): argument
454 def do_seek(self): argument
538 def fd(self): argument
541 def close(self): argument
[all …]
A Dconsole.py12 def __init__(self): argument
18 def enter(self): argument
31 def exit(self): argument
38 def readchar(self): argument
45 def write(self, buf): argument
78 def __init__(self): argument
84 def enter(self): argument
87 def exit(self): argument
90 def inWaiting(self): argument
97 def readchar(self): argument
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/release/aos_burn_tool/
A Dymodem.py39 def __init__(self): argument
49 def inc_sent_packets(self): argument
64 def get_valid_sent_bytes(self): argument
76 def __init__(self): argument
86 def inc_received_packets(self): argument
98 def get_task_packets(self): argument
118 def get_task_name(self): argument
121 def get_task_size(self): argument
133 def abort(self, count=2): argument
305 def wait_for_header(self): argument
[all …]
/AliOS-Things-master/hardware/chip/haas1000/release/aos_burn_tool/
A Dymodem.py39 def __init__(self): argument
49 def inc_sent_packets(self): argument
64 def get_valid_sent_bytes(self): argument
76 def __init__(self): argument
86 def inc_received_packets(self): argument
98 def get_task_packets(self): argument
118 def get_task_name(self): argument
121 def get_task_size(self): argument
133 def abort(self, count=2): argument
291 def wait_for_header(self): argument
[all …]
/AliOS-Things-master/components/py_engine/engine/tools/
A Dymodemfile.py46 def __init__(self): argument
56 def inc_sent_packets(self): argument
71 def get_valid_sent_bytes(self): argument
83 def __init__(self): argument
105 def get_task_packets(self): argument
125 def get_task_name(self): argument
128 def get_task_size(self): argument
140 def abort(self, count=2): argument
160 def wait_for_next(self, ch): argument
324 def wait_for_header(self): argument
[all …]
A Dgendoc.py53 def opt_break(self): argument
57 def next(self): argument
68 def error(self, msg): argument
74 def __init__(self): argument
77 def start(self): argument
80 def end(self): argument
89 def para(self, text): argument
129 def __init__(self): argument
132 def start(self): argument
135 def end(self): argument
[all …]
A Dhaasboard.py118 def __del__(self): argument
121 def close(self): argument
142 def write(self, data): argument
146 def inWaiting(self): argument
185 def close(self): argument
196 def write(self, data): argument
200 def inWaiting(self): argument
238 def close(self): argument
249 def inWaiting(self): argument
294 def close(self): argument
[all …]
A Dpyboard.py118 def __del__(self): argument
121 def close(self): argument
143 def write(self, data): argument
147 def inWaiting(self): argument
186 def close(self): argument
197 def write(self, data): argument
201 def inWaiting(self): argument
239 def close(self): argument
250 def inWaiting(self): argument
296 def close(self): argument
[all …]
/AliOS-Things-master/components/freetype/src/tools/docmaker/
A Dcontent.py88 def __init__( self, lines ): argument
265 def get_name( self ): argument
271 def dump( self, margin ): argument
308 def add_def( self, block ): argument
315 def process( self ): argument
326 def reorder( self ): argument
333 def __init__( self ): argument
358 def reset( self ): argument
364 def add_markup( self ): argument
429 def finish( self ): argument
[all …]
A Dformatter.py19 def __init__( self, processor ): argument
54 def toc_enter( self ): argument
72 def toc_exit( self ): argument
102 def index_enter( self ): argument
105 def index_name_enter( self, name ): argument
108 def index_name_exit( self, name ): argument
111 def index_exit( self ): argument
136 def block_enter( self, block ): argument
151 def block_exit( self, block ): argument
154 def section_exit( self, section ): argument
[all …]
A Dtohtml.py223 def make_block_url( self, block ): argument
226 def make_html_word( self, word ): argument
258 def make_html_para( self, words ): argument
276 def make_html_code( self, lines ): argument
373 def index_enter( self ): argument
382 def index_exit( self ): argument
420 def toc_enter( self ): argument
447 def toc_exit( self ): argument
511 def block_enter( self, block ): argument
554 def block_exit( self, block ): argument
[all …]
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/
A Dkconfiglib.py1667 def __repr__(self): argument
3804 def type(self): argument
4191 def __repr__(self): argument
4253 def __str__(self): argument
4280 def __init__(self): argument
4664 def type(self): argument
4792 def __repr__(self): argument
4833 def __str__(self): argument
4857 def __init__(self): argument
5201 def __str__(self): argument
[all …]
/AliOS-Things-master/components/ble_mesh/script/Kconfiglib-10.21.0/
A Dkconfiglib.py1667 def __repr__(self): argument
3804 def type(self): argument
4191 def __repr__(self): argument
4253 def __str__(self): argument
4280 def __init__(self): argument
4664 def type(self): argument
4792 def __repr__(self): argument
4833 def __str__(self): argument
4857 def __init__(self): argument
5201 def __str__(self): argument
[all …]
/AliOS-Things-master/components/py_engine/engine/drivers/display/
A Dlcd160cr.py81 def _send(self, cmd): argument
114 def oflush(self, n=255): argument
125 def iflush(self): argument
326 def write(self, s): argument
335 def erase(self): argument
338 def dot(self, x, y): argument
418 def is_touched(self): argument
424 def get_touch(self): argument
473 def jpeg(self, buf): argument
477 def feed_wdt(self): argument
[all …]
/AliOS-Things-master/components/py_engine/tests/perf_bench/
A Dbm_chaos.py17 def Mag(self): argument
20 def dist(self, other): argument
25 def __add__(self, other): argument
31 def __sub__(self, other): argument
34 def __mul__(self, other): argument
48 def __str__(self): argument
51 def __repr__(self): argument
76 def GetDomain(self): argument
80 def __call__(self, u): argument
112 def __len__(self): argument
[all …]
/AliOS-Things-master/components/py_engine/tests/
A Drun-multitests.py77 def __init__(self): argument
80 def close(self): argument
106 def __str__(self): argument
137 def stop(self): argument
141 def readline(self): argument
153 def is_finished(self): argument
169 def __str__(self): argument
172 def close(self): argument
191 def stop(self): argument
194 def readline(self): argument
[all …]
/AliOS-Things-master/components/py_engine/tests/extmod/
A Dvfs_basic.py13 def __init__(self, id, fail=0): argument
20 def umount(self): argument
23 def ilistdir(self, dir): argument
27 def chdir(self, dir): argument
32 def getcwd(self): argument
36 def mkdir(self, path): argument
39 def remove(self, path): argument
45 def rmdir(self, path): argument
48 def stat(self, path): argument
52 def statvfs(self, path): argument
[all …]
/AliOS-Things-master/components/py_engine/engine/extmod/uasyncio/
A Dstream.py8 def __init__(self, s, e={}): argument
13 def get_extra_info(self, v): argument
16 async def __aenter__(self): argument
22 def close(self): argument
25 async def wait_closed(self): argument
29 async def read(self, n): argument
33 async def readinto(self, buf): argument
49 async def readline(self): argument
58 def write(self, buf): argument
61 async def drain(self): argument
[all …]
A Devent.py8 def __init__(self): argument
12 def is_set(self): argument
15 def set(self): argument
23 def clear(self): argument
26 async def wait(self): argument
44 def __init__(self): argument
47 def ioctl(self, req, flags): argument
52 def set(self): argument
55 async def wait(self): argument

Completed in 50 milliseconds

12345678910>>...16