MCPcopy Create free account
hub / github.com/Ewenwan/ShiYanLou / __init__

Method __init__

learn_python/algorithm/queue/queue.py:30–39  ·  view source on GitHub ↗

Initialize python List with size of 10 or user given input. Python List type is a dynamic array, so we have to restrict its dynamic nature to make it work like a static array.

(self, size=10)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected