MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / _cb_started

Function _cb_started

tools/sampcd_processor_utils.py:463–467  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

461 cb_info['cb_cur_seq_id'] = 0
462
463 def _cb_started():
464 # nonlocal cb_started, cb_cur_name, cb_cur_seq_id
465 cb_info['cb_started'] = True
466 cb_info['cb_cur_seq_id'] += 1
467 cb_info['cb_cur_name'] = None
468
469 def _append_code_block(in_examples):
470 # nonlocal code_blocks, cb_cur, cb_cur_name, cb_cur_seq_id

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected