Python Forum
iundefined is really defined
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
iundefined is really defined
#2
close is defined in the class dictionary but is not directly reachable from the method.

Try
import types

return types.MethodType(type(self).close, self)
Reply


Messages In This Thread
iundefined is really defined - by Skaperen - Jun-30-2020, 03:07 PM
RE: iundefined is really defined - by Gribouillis - Jun-30-2020, 06:22 PM
RE: iundefined is really defined - by Skaperen - Jun-30-2020, 11:28 PM
RE: iundefined is really defined - by bowlofred - Jun-30-2020, 11:41 PM
RE: iundefined is really defined - by Skaperen - Jul-01-2020, 01:06 AM
RE: iundefined is really defined - by Gribouillis - Jul-01-2020, 06:32 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  python library not defined in user defined function johnEmScott 2 3,885 May-30-2020, 04:14 AM
Last Post: DT2000

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020