|
Last change
on this file since 1165 was
126,
checked in by fenix, 20 years ago
|
|
add docstring to all classes and functions
|
|
File size:
294 bytes
|
| Line | |
|---|
| 1 | ## Script (Python) "getSynProp" |
|---|
| 2 | ##bind container=container |
|---|
| 3 | ##bind context=context |
|---|
| 4 | ##bind namespace= |
|---|
| 5 | ##bind script=script |
|---|
| 6 | ##bind subpath=traverse_subpath |
|---|
| 7 | ##parameters=object=None |
|---|
| 8 | ##title= |
|---|
| 9 | ## |
|---|
| 10 | from Products.qRSS2Syndication.utils import getRSS2Properties |
|---|
| 11 | res=getRSS2Properties(context) |
|---|
| 12 | return res |
|---|
Note: See
TracBrowser
for help on using the repository browser.