mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
quadruple quotation marks
This commit is contained in:
parent
b5fd733e29
commit
211d9479f9
2 changed files with 2 additions and 2 deletions
|
@ -285,7 +285,7 @@ def getIdentifierValues(request, identifierKey):
|
|||
return router.getIdentifierValues(request, identifierKey)
|
||||
|
||||
def newDataRequest(datatype=None, **kwargs):
|
||||
""""
|
||||
"""
|
||||
Creates a new instance of IDataRequest suitable for the runtime environment.
|
||||
All args are optional and exist solely for convenience.
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ from dynamicserialize.dstypes.com.raytheon.uf.common.dataplugin.level import Lev
|
|||
|
||||
|
||||
def getSounding(modelName, weatherElements, levels, samplePoint, refTime=None, timeRange=None):
|
||||
""""
|
||||
"""
|
||||
Performs a series of Data Access Framework requests to retrieve a sounding object
|
||||
based on the specified request parameters.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue