DOC: Add comment.

This commit is contained in:
Scott Sanderson
2016-03-19 17:04:28 -04:00
parent dd842bfde5
commit 9505363f50
+1
View File
@@ -374,6 +374,7 @@ def restrict_to_dtype(dtype, message_template):
return factor_instance
return preprocess(self=processor)
# Decorators for Factor methods.
if_not_float64_tell_caller_to_use_isnull = restrict_to_dtype(
dtype=float64_dtype,
message_template=(