Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何导航/// Python GUI 应用程序的类层次结构Traits/UI,Chaco以便访问底层元素的属性Enable?Kivabase_pixel_scalewindow
Traits/UI
Chaco
Enable
Kiva
base_pixel_scale
window
也就是说,我用什么替换“?” 下面有?
class Foo(HasTraits): def bar(self): print(f"Base Pixel Scale: {self.?.window.base_pixel_scale}")