MCPcopy Create free account
hub / github.com/PaulleDemon/PyUIBuilder /

Class

src/frameworks/tkinter/widgets/base.js:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14// FIXME: grid sticky may clash with flex sticky when changing layout, check it once
15export class TkinterBase extends Widget {
16
17 static requiredImports = ['import tkinter as tk']
18

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected