Skip to content

Commit

Permalink
stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
CEXT-Dan committed Dec 19, 2024
1 parent d2d085b commit afd55a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyRxStubs/PyEd.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ class Core(object):
...

@staticmethod
def setCurrentView (vrec: PyDb.ViewTableRecord,vp: PyDb.Viewport)-> None :
def setCurrentView (vrec: PyDb.ViewTableRecord,vp: PyDb.Viewport = None)-> None :
'''This function uses the information from the AcDbViewTableRecord pointed to by pVwRec to set the view in the AcDbViewport pointed to by pVP (if pVP != NULL) or in the current viewport (if pVP == NULL).'''
...

Expand Down

0 comments on commit afd55a4

Please sign in to comment.