pyrevitlabs / pyRevit

Rapid Application Development (RAD) Environment for Autodesk Revit®
http://wiki.pyrevitlabs.io
GNU General Public License v3.0
1.33k stars 338 forks source link

add optional doc parameter to `query` functions #1195

Closed sanzoghenzo closed 3 years ago

sanzoghenzo commented 3 years ago

I see that some of the functions in the pyrevit.revit.db.query module don't have the usual doc keyword argument, even if they call or are called by functions that can handle this parameter. These are the function I found so far:

Currently I'm using only the first function, and I don't even need this feature, but it would be nice to futureproof your (and my) code.

eirannejad commented 3 years ago

Fixed and will be published with next release