Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDriveLab/TCP
/ __init__
Method
__init__
leaderboard/team_code/planner.py:11–14 ·
view source on GitHub ↗
(self, size)
Source
from the content-addressed store, hash-verified
9
10
class
Plotter(object):
11
def
__init__(self, size):
12
self.size = size
13
self.clear()
14
self.title = str(self.size)
15
16
def
clear(self):
17
from
PIL
import
Image, ImageDraw
Callers
nothing calls this directly
Calls
1
clear
Method · 0.95
Tested by
no test coverage detected