We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56e86ae commit 9182c0aCopy full SHA for 9182c0a
1 file changed
src/pkgcraft/eapi.pyx
@@ -86,6 +86,7 @@ cdef class Eapi(Indirect):
86
inst.ptr = ptr
87
return inst
88
89
+ # TODO: merge with Eapi.from_obj() when static cpdef methods are supported
90
@staticmethod
91
cdef Eapi _from_obj(object obj):
92
"""Try to convert an object to an Eapi object."""
0 commit comments