forked from VimPlug/jedi
fix datetime.datetime.now() completion for davidhalter/jedi-vim#42
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
class datetime():
|
||||||
|
@staticmethod
|
||||||
|
def now():
|
||||||
|
return datetime()
|
||||||
Reference in New Issue
Block a user