MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / create_text

Method create_text

tools/python-3.11.9-amd64/Lib/tkinter/__init__.py:2881–2883  ·  view source on GitHub ↗

Create text with coordinates x1,y1.

(self, *args, **kw)

Source from the content-addressed store, hash-verified

2879 return self._create('rectangle', args, kw)
2880
2881 def create_text(self, *args, **kw):
2882 """Create text with coordinates x1,y1."""
2883 return self._create('text', args, kw)
2884
2885 def create_window(self, *args, **kw):
2886 """Create window with coordinates x1,y1,x2,y2."""

Callers 3

_writeMethod · 0.80
update_sidebarMethod · 0.80
drawtextMethod · 0.80

Calls 1

_createMethod · 0.95

Tested by

no test coverage detected