Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jones2000/HQChart
/ IsNumber
Method
IsNumber
umychart_python/umychart_complier_help.py:19–24 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
17
# 公共帮助方法
18
@staticmethod
19
def
IsNumber(value):
20
if
not isinstance(value,(int,float)) :
21
return
False
22
if
(math.isnan(value)):
23
return
False
24
return
True
25
26
@staticmethod
27
def
IsJsonNumber(jsData,name):
Callers
15
CalculateDividendYield
Method · 0.45
IsJsonNumber
Method · 0.45
IsDivideNumber
Method · 0.45
IsJsonDivideNumber
Method · 0.45
CalculateZIGLine
Method · 0.45
JsonDataToFinance
Method · 0.45
RecvStockDayData
Method · 0.45
RecvMarginData
Method · 0.45
GetNewsAnalysisData
Method · 0.45
umychart.complier.js
File · 0.45
JSAlgorithm
Function · 0.45
JSDraw
Function · 0.45
Calls
no outgoing calls
Tested by
1
it
Function · 0.36