Skip to content

Commit eadb3d5

Browse files
author
Matthias Koeppe
committed
build/sage_bootstrap/package.py: Add doc
1 parent 55241d7 commit eadb3d5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build/sage_bootstrap/package.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,13 @@ def source(self):
335335

336336
@property
337337
def trees(self):
338+
"""
339+
Return the installation trees for the package
340+
341+
OUTPUT:
342+
343+
A white-space-separated string of environment variable names
344+
"""
338345
if self.__trees is not None:
339346
return self.__trees
340347
if self.__install_requires is not None:

0 commit comments

Comments
 (0)